dvb_country_to_name

@brief Converts an enum dvb_country_t into a Country name as used by MPEG-TS tables @ingroup ancillary

@param id enum dvb_country_t ID.

@return It returns a string with the Country name that corresponts to the country. If not found, returns NULL.

extern (C)
const(char)*
dvb_country_to_name
(
int id
)

Meta